< Prev(J) / Next(K) > / View :

Filename: /text/scalc/01/04060104.xhp

(bookmark: bm_id3147247)
information functions
Function Wizard; information
functions; information functions

情報関数
関数ウィザード; 情報
関数; 情報関数

Information Functions
情報関数(hd_id3147247.1)

(variable: informationtext)This category contains the Information functions.
(variable: informationtext)ここでは、情報 関数について説明します。(par_id3147499.2)

(variable: wie)To access this command...(variable: wie)この機能の見つけ方

(embed text/scalc/00/00000404.xhp#eikain : linkinfo)

Insert - Function - Category Information
挿入 → 関数 → 分類項目 情報(par_id3159222.20)

(/embed text/scalc/00/00000404.xhp#eikain)


The data in the following table serves as the basis for some of the examples in the function descriptions:
いくつかの関数の説明では、次の表を例として使用します。(par_id3159128.3)

C
C(par_id3146885.4)

D
D(par_id3149944.5)

2
2(par_id3150457.6)

x value
X (par_id3150024.7)

y value
y (par_id3148725.8)

3
3(par_id3150480.9)

-5
-5(par_id3148440.10)

-3
-3(par_id3148888.11)

4
4(par_id3153034.12)

-2
-2(par_id3150139.13)

0
0(par_id3149542.14)

5
5(par_id3149188.15)

-1
-1(par_id3153329.16)

1
1(par_id3155257.17)

6
6(par_id3145142.18)

0
0(par_id3149956.19)

3
3(par_id3145594.20)

7
7(par_id3153113.21)

2
2(par_id3148573.22)

4
4(par_id3145166.23)

8
8(par_id3157998.24)

4
4(par_id3150018.25)

6
6(par_id3150129.26)

9
9(par_id3145245.27)

6
6(par_id3148389.28)

8
8(par_id3156068.29)


(section: info) (bookmark: bm_id3691824)
INFO function

INFO 関数
(bookmark: bm_id5369426)

INFO
INFO(hd_id5787224.)

Returns specific information about the current working environment. The function receives a single text argument and returns data depending on that parameter.
現在の作業環境に固有の情報を返します。この関数は、1 つのテキスト引数を受け取って、パラメータに応じてデータを返します。(par_id1507309.)

Syntax
構文(hd_id7693411.)

INFO("Type")
INFO("Type")(par_id3928952.)

The following table lists the values for the text parameter Type and the return values of the INFO function.
次の表は、テキストパラメータ「タイプ」の値と INFO 関数の戻り値を一覧表示します。(par_id5206762.)

Value for "Type"
「タイプ」の値(par_id5735953.)

Return value
戻り値(par_id8360850.)

"osversion"
"osversion"(par_id9648731.)

Always "Windows (32-bit) NT 5.01", for compatibility reasons
互換性の理由から常に「Windows (32-bit) NT 5.01」(par_id908841.)

"system"
"system"(par_id8193914.)

The type of the operating system.
"WNT" for Microsoft Windows
"LINUX" for Linux
"SOLARIS" for Solaris

オペレーティングシステムの種類。
「WNT」= Microsoft Windows
「LINUX」 = Linux
「SOLARIS」 = Solaris
(par_id9841608.)

"release"
"release"(par_id2701803.)

The product release identifier, for example "300m25(Build:9876)"
製品のリリース識別子 (例:「300m25(Build:9876)」)(par_id2136295.)

"numfile"
"numfile"(par_id9200109.)

Always 1, for compatibility reasons
互換性の理由で常に 1(par_id4186223.)

"recalc"
"recalc"(par_id5766472.)

Current formula recalculation mode, either "Automatic" or "Manual" (localized into Office language)
現在の数式再計算モード (自動または手動。名称は Office の言語にローカライズされている)(par_id1491134.)


Note Icon 注マーク Other spreadsheet applications may accept localized values for the Type parameter, but Office Calc will only accept the English values.
そのほかの表計算アプリケーションは Type パラメータのローカライズされた値を受け付けることもありますが、Office Calc は英語の値だけを受け付けます。(par_id1161534.)

Example
(hd_id5459456.)

=INFO("release") returns the product release number of the Office in use.
=INFO("release") は、使用されている Office の製品リリース番号を返します。(par_id3994567.)

=INFO(D5) with cell D5 containing a text string system returns the operation system type.
セル D5 がテキスト文字列 system を含む場合、=INFO(D5) はオペレーティングシステムのタイプを返します。(par_id2873622.)

(/section: info) (section: current) (bookmark: bm_id3155625)
CURRENT function

CURRENT 関数
(bookmark: bm_id3145295)

CURRENT
CURRENT(hd_id3155625.30)

This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.
この関数は、この関数が一部となっている数式を評価する日付に対して、結果 (つまり、評価で取得した部分の結果) を返します。主に、セルの内容によって選択したスタイルをセルに適用する STYLE() 関数とともに使用されます。(par_id3157975.31)

Syntax
構文(hd_id3148880.32)

CURRENT()
CURRENT()(par_id3150930.33)

Example
(hd_id3145629.34)

=1+2+CURRENT()
=1+2+CURRENT()(par_id5919064.)

The example returns 6. The formula is calculated from left to right as: 1 + 2 equals 3, giving the result to date when CURRENT() is encountered; CURRENT() therefore yields 3, which is added to the original 3 to give 6.
この例は、6 を返します。数式は、1 + 2 = 3 のように左から右に計算され、CURRENT() が実行される日付に結果を返します。したがって、CURRENT() には 3 が入り、これが元の 3 に追加されて 6 になります。(par_id8751792.)

=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))
=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))(par_id5863826.)

The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the STYLE function for more explanation.
この例は、A2 + B2 を返します。ここで、STYLE は 0 を返します。この合計が 10 より大きい場合、スタイル Red がセルに適用されます。詳細は、STYLE 関数を参照してください。(par_id7463911.)

="choo"&CURRENT()
="choo"&CURRENT()(par_id7318643.)

The example returns choochoo.
この例は、choochoo を返します。(par_id6019165.)

(/section: current) (section: formula) (bookmark: bm_id3150688)
FORMULA function
formula cells;displaying formulas in other cells
displaying;formulas at any position

FORMULA 関数
数式が入ったセル;ほかのセルの数式を表示する
表示;任意の位置の数式
(bookmark: bm_id3155373)

FORMULA
FORMULA(hd_id3150688.147)

Displays the formula of a formula cell as a text string.
数式セルの数式を文字列として表示します。(par_id3158417.148)

Syntax
構文(hd_id3154954.149)

FORMULA(Reference)
FORMULA(参照)(par_id3147535.150)

Reference is a reference to a cell containing a formula.
Reference は、数式を含むセルの参照です。(par_id3014313.)

An invalid reference or a reference to a cell with no formula results in the error value #N/A.
無効な参照や数式のないセルへの参照の場合、エラー値「#N/A」が返されます。(par_id8857081.)

Example
(hd_id3152820.151)

If cell A8 contains the formula =SUM(1;2;3) then
セル A8 が数式 =SUM(1;2;3) を含む場合は、次のようになります。(par_id3153179.152)

=FORMULA(A8) returns the text =SUM(1;2;3).
=FORMULA(A8) は、テキスト =SUM(1;2;3) を返します。(par_id3153923.153)

(/section: formula) (section: isref) (bookmark: bm_id3155409)
ISREF function
references;testing cell contents
cell contents;testing for references

ISREF 関数
参照;セルの内容をテストする
セルの内容;参照であるかテストする
(bookmark: bm_id3149774)

ISREF
ISREF(hd_id3155409.37)

Tests if the argument is a reference. Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced.
引数が参照であるかどうかをテストします。 引数が参照の場合は TRUE を返し、それ以外の場合は FALSE を返します。 参照が提供されている場合、この関数は参照される値を調べません。(par_id3153723.38)

(embed text/shared/00/00000001.xhp#wahr : linkinfo)

If an error occurs, the function returns a logical or numerical value.
エラーが発生すると、関数から論理値または数値が返されます。 (par_id3163714.56)

(/embed text/shared/00/00000001.xhp#wahr)

Syntax
構文(hd_id3147175.39)

ISREF(Value)
ISREF(値)(par_id3149821.40)

Value is the value to be tested, to determine whether it is a reference.
は参照かどうかを検査する値です。(par_id3146152.41)

Example
(hd_id3083448.42)

=ISREF(C5) returns the result TRUE because C5 is a valid reference.
C5 は有効な参照なので、=ISREF(C5) は結果 TRUE を返します。(par_id3154317.43)

=ISREF("abcdef") returns always FALSE because a text can never be a reference.
テキストが参照になることは絶対にないので、=ISREF("abcdef") は常に FALSE を返します。(par_id9728072.)

=ISREF(4) returns FALSE.
=ISREF(4) は、FALSE を返します。(par_id2131544.)

=ISREF(INDIRECT("A6")) returns TRUE, because INDIRECT is a function that returns a reference.
INDIRECT は参照を返す関数なので、=ISREF(INDIRECT("A6")) は TRUE を返します。(par_id4295480.)

=ISREF(ADDRESS(1; 1; 2;"Sheet2")) returns FALSE, because ADDRESS is a function that returns a text, although it looks like a reference.
ADDRESS は参照のように見えますが、テキストを返す関数なので、=ISREF(ADDRESS(1; 1; 2;"Sheet2")) は FALSE を返します。(par_id3626819.)

(/section: isref) (section: iserr) (bookmark: bm_id3154812)
ISERR function
error codes;controlling

ISERR 関数
エラーコード;制御する
(bookmark: bm_id3145081)

ISERR
ISERR(hd_id3154812.45)

Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.
#N/A エラー値を除くエラー状態をテストし、TRUE または FALSE を返します。(par_id3149282.46)

(embed text/shared/00/00000001.xhp#wahr : linkinfo)

If an error occurs, the function returns a logical or numerical value.
エラーが発生すると、関数から論理値または数値が返されます。 (par_id3163714.56)

(/embed text/shared/00/00000001.xhp#wahr)

Syntax
構文(hd_id3149450.47)

ISERR(Value)
ISERR(値)(par_id3156312.48)

Value is any value or expression which is tested to see whether an error value other than #N/A is present.
は #N/A 以外のエラー値があるかどうかをテストされる値または数式です。(par_id3146857.49)

Example
(hd_id3153212.50)

=ISERR(C8) where cell C8 contains =1/0 returns TRUE, because 1/0 is an error.
1/0 はエラーなので、セル C8 に =1/0 が含まれる =ISERR(C8) は、TRUE を返します。(par_id3153276.51)

=ISERR(C9) where cell C9 contains =NA() returns FALSE, because ISERR() ignores the #N/A error.
ISERR() は #N/A エラーを無視するので、セル C9 に =NA() が含まれる =ISERROR(C9) は、FALSE を返します。(par_id8456984.)

(/section: iserr) (section: iserror) (bookmark: bm_id3147081)
ISERROR function
recognizing;general errors

ISERROR 関数
認識;一般的なエラー
(bookmark: bm_id3145206)

ISERROR
ISERROR(hd_id3147081.53)

Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.
#N/A エラー値を含むエラー状態をテストし、TRUE または FALSE を返します。(par_id3156316.54)

(embed text/shared/00/00000001.xhp#wahr : linkinfo)

If an error occurs, the function returns a logical or numerical value.
エラーが発生すると、関数から論理値または数値が返されます。 (par_id3163714.56)

(/embed text/shared/00/00000001.xhp#wahr)

Syntax
構文(hd_id3147569.55)

ISERROR(Value)
ISERROR(値)(par_id3153155.56)

Value is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not.
は、テストする値自体であるか、テストする値を参照します。ISERROR() は、エラーがある場合は TRUE、ない場合は FALSE を返します。(par_id3154047.57)

Example
(hd_id3155994.58)

=ISERROR(C8) where cell C8 contains =1/0 returns TRUE, because 1/0 is an error.
1/0 はエラーなので、セル C8 に =1/0 が含まれる =ISERROR(C8) は、TRUE を返します。(par_id3150256.59)

=ISERROR(C9) where cell C9 contains =NA() returns TRUE.
セル C9 に =NA() が含まれる =ISERROR(C9) は、TRUE を返します。(par_id1889095.)

(/section: iserror) (section: isformula) (bookmark: bm_id3153618)
ISFORMULA function
recognizing formula cells
formula cells;recognizing

ISFORMULA 関数
数式が入ったセルの認識
数式が入ったセル;認識する
(bookmark: bm_id3154740)

ISFORMULA
ISFORMULA(hd_id3153618.61)

Returns TRUE if a cell is a formula cell.
この関数は、セルに数式が含まれている場合に TRUE を返します。(par_id3149138.62)

(embed text/shared/00/00000001.xhp#wahr : linkinfo)

If an error occurs, the function returns a logical or numerical value.
エラーが発生すると、関数から論理値または数値が返されます。 (par_id3163714.56)

(/embed text/shared/00/00000001.xhp#wahr)

Syntax
構文(hd_id3155100.63)

ISFORMULA(Reference)
ISFORMULA(参照)(par_id3143230.64)

Reference indicates the reference to a cell in which a test will be performed to determine if it contains a formula.
参照 は、数式が含まれるかどうかを判断するためにテストが行われるセルへの参照を示します。(par_id3150150.65)

Example
(hd_id3147491.66)

=ISFORMULA(C4) returns FALSE if the cell C4 contains the number 5.
セル C4 が数字 5 を含む場合、=ISFORMULA(C4) は FALSE を返します。(par_id3159182.67)

(/section: isformula) (section: iseven_add) (bookmark: bm_id3149760)
ISEVEN_ADD function

ISEVEN_ADD 関数
(bookmark: bm_id3146094)

ISEVEN_ADD
ISEVEN_ADD(hd_id3149760.229)

Tests for even numbers. Returns 1 if the number divided by 2 returns a whole number.
偶数のテスト。2 で割った数字が整数を返す場合、1 を返します。(par_id3147253.230)

(embed text/scalc/01/04060102.xhp#ADD_note : linkinfo)

Note Icon 注マーク The functions whose names end with _ADD return the same results as the corresponding Microsoft Excel functions. Use the functions without _ADD to get results based on international standards. For example, the WEEKNUM function calculates the week number of a given date based on international standard ISO 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel.
名前の最後が _ADD である関数は、対応する Microsoft Excel 関数と同じ結果を返します。国際標準に基づく結果を取得するには、_ADD のない関数を使用します。たとえば、WEEKNUM 関数は国際標準 ISO 8601 に基づいて与えられた日付の週番号を計算しますが、WEEKNUM_ADD は Microsoft Excel と同じ週番号を返します。(par_idN10600.)

(/embed text/scalc/01/04060102.xhp#ADD_note)

Syntax
構文(hd_id3152799.231)

ISEVEN_ADD(Number)
ISEVEN_ADD(数値)(par_id3149202.232)

Number is the number to be tested.
数値 は、評価する数字です。(par_id3151168.233)

Example
(hd_id3150115.234)

=ISEVEN_ADD(5) returns 0.
=ISEVEN_ADD(5) は、0 を返します。(par_id3153904.235)

=ISEVEN_ADD(A1) returns 1 if cell A1 contains the number 2.
セル A1 が数字 2 を含む場合、=ISEVEN_ADD(A1) は 1 を返します。(par_id6238308.)

(/section: iseven_add) (section: isnontext) (bookmark: bm_id3154692)
ISNONTEXT function
cell contents;no text

ISNONTEXT 関数
セルの内容;テキストなし
(bookmark: bm_id3159342)

ISNONTEXT
ISNONTEXT(hd_id3154692.68)

Tests if the cell contents are text or numbers, and returns FALSE if the contents are text.
セルの内容がテキストまたは数値のどちらであるかを検査します。そして、セルの内容がテキストの場合に FALSE を返します。(par_id3155330.69)

If an error occurs, the function returns TRUE.
エラーが発生した場合、この関数は TRUE を返します。(par_id5719779.)

Syntax
構文(hd_id3154931.70)

ISNONTEXT(Value)
ISNONTEXT(値)(par_id3148829.71)

Value is any value or expression where a test is performed to determine whether it is a text or numbers or a Boolean value.
は、文字列または数値 (論理値) であるかどうかを検査する値または式です。(par_id3146992.72)

Example
(hd_id3150525.73)

=ISNONTEXT(D2) returns FALSE if cell D2 contains the text abcdef.
セル D2 がテキスト abcdef を含む場合、=ISNONTEXT(D2 は FALSE を返します。(par_id3149906.74)

=ISNONTEXT(D9) returns TRUE if cell D9 contains the number 8.
セル D9 が数字 8 を含む場合、=ISNONTEXT(D9) は TRUE を返します。(par_id3150777.75)

(/section: isnontext) (section: isblank) (bookmark: bm_id3159148)
ISBLANK function
blank cell contents
empty cells; recognizing

ISBLANK 関数
空のセル内容
空のセル; 認識
(bookmark: bm_id3148940)

ISBLANK
ISBLANK(hd_id3159148.77)

Returns TRUE if the reference to a cell is blank. This function is used to determine if the content of a cell is empty. A cell with a formula inside is not empty.
セルの内容が空の場合に TRUE を返します。この関数は、セルの内容が空であるかどうかを検査します。数式が入っているセルは空ではありません。(par_id3148800.78)

(embed text/shared/00/00000001.xhp#wahr : linkinfo)

If an error occurs, the function returns a logical or numerical value.
エラーが発生すると、関数から論理値または数値が返されます。 (par_id3163714.56)

(/embed text/shared/00/00000001.xhp#wahr)

Syntax
構文(hd_id3159162.79)

ISBLANK(Value)
ISBLANK(値)(par_id3158406.80)

Value is the content to be tested.
は、空であるかどうかを検査する値です。(par_id3154212.81)

Example
(hd_id3147508.82)

=ISBLANK(D2) returns FALSE as a result.
=ISBLANK(D2) は、結果として FALSE を返します。(par_id3147234.83)

(/section: isblank) (section: islogical) (bookmark: bm_id3155356)
ISLOGICAL function
number formats;logical
logical number formats

ISLOGICAL 関数
数値書式;論理
論理値書式
(bookmark: bm_id3158424)

ISLOGICAL
ISLOGICAL(hd_id3155356.85)

Tests for a logical value (TRUE or FALSE).
TRUE または FALSE の論理値テストを行います。(par_id3148926.86)

If an error occurs, the function returns FALSE.
エラーが発生した場合、この関数は FALSE を返します。(par_id3541062.)

Syntax
構文(hd_id3149162.87)

ISLOGICAL(Value)
ISLOGICAL(値)(par_id3148918.88)

Returns TRUE if Value is a logical value (TRUE or FALSE), and returns FALSE otherwise.
が TRUE または FALSE の論理値の場合は TRUE、その他の場合は FALSE を返します。(par_id3146946.89)

Example
(hd_id3150709.90)

=ISLOGICAL(99) returns FALSE, because 99 is a number, not a logical value.
99 は数字で論理値ではないので、=ISLOGICAL(99) は FALSE を返します。(par_id3166442.91)

=ISLOGICAL(ISNA(D4)) returns TRUE whatever the contents of cell D4, because ISNA() returns a logical value.
ISNA() は論理値を返すので、=ISLOGICAL(ISNA(D4)) は、セル D4 の内容にかかわらず TRUE を返します。(par_id3556016.)

(/section: islogical) (section: isna) (bookmark: bm_id3153685)
ISNA function
#N/A error;recognizing

ISNA 関数
#N/A エラー;認識する
(bookmark: bm_id3159273)

ISNA
ISNA(hd_id3153685.93)

Returns TRUE if a cell contains the #N/A (value not available) error value.
この関数は、セルにエラー値 #N/A (使用できない値) が含まれている場合に TRUE を返します。(par_id3149105.94)

If an error occurs, the function returns FALSE.
エラーが発生した場合、この関数は FALSE を返します。(par_id6018860.)

Syntax
構文(hd_id3152947.95)

ISNA(Value)
ISNA(値)(par_id3153748.96)

Value is the value or expression to be tested.
は、検査する値または式です。(par_id3152884.97)

Example
(hd_id3149964.98)

=ISNA(D3) returns FALSE as a result.
=ISNA(D3) は、結果として FALSE を返します。(par_id3154852.99)

(/section: isna) (section: istext) (bookmark: bm_id3149426)
ISTEXT function
cell contents;text

ISTEXT 関数
セルの内容;テキスト
(bookmark: bm_id3148468)

ISTEXT
ISTEXT(hd_id3149426.101)

Returns TRUE if the cell contents refer to text.
セル内容がテキストの場合、TRUE が返ります。(par_id3145368.102)

If an error occurs, the function returns FALSE.
エラーが発生した場合、この関数は FALSE を返します。(par_id6779686.)

Syntax
構文(hd_id3154332.103)

ISTEXT(Value)
ISTEXT(値)(par_id3148649.104)

Value is a value, number, Boolean value, or an error value to be tested.
は、文字列か数値かを検査する値です。(par_id3150417.105)

Example
(hd_id3149239.106)

=ISTEXT(D9) returns TRUE if cell D9 contains the text abcdef.
セル D9 がテキスト abcdef を含む場合、=ISTEXT(D9) は TRUE を返します。(par_id3144756.107)

=ISTEXT(C3) returns FALSE if cell C3 contains the number 3.
セル C3 が数字 3 を含む場合、=ISTEXT(C3) は FALSE を返します。(par_id3148416.108)

(/section: istext) (section: isodd_add) (bookmark: bm_id3153939)
ISODD_ADD function

ISODD_ADD 関数
(bookmark: bm_id3149927)

ISODD_ADD
ISODD_ADD(hd_id3153939.236)

Returns TRUE (1) if the number does not return a whole number when divided by 2.
数値を 2 で割った結果が自然数にならない場合に 1 を返します。(par_id3153538.237)

(embed text/scalc/01/04060102.xhp#ADD_note : linkinfo)

Note Icon 注マーク The functions whose names end with _ADD return the same results as the corresponding Microsoft Excel functions. Use the functions without _ADD to get results based on international standards. For example, the WEEKNUM function calculates the week number of a given date based on international standard ISO 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel.
名前の最後が _ADD である関数は、対応する Microsoft Excel 関数と同じ結果を返します。国際標準に基づく結果を取得するには、_ADD のない関数を使用します。たとえば、WEEKNUM 関数は国際標準 ISO 8601 に基づいて与えられた日付の週番号を計算しますが、WEEKNUM_ADD は Microsoft Excel と同じ週番号を返します。(par_idN10600.)

(/embed text/scalc/01/04060102.xhp#ADD_note)

Syntax
構文(hd_id3145601.238)

ISODD_ADD(Number)
ISODD_ADD(数値)(par_id3149485.239)

Number is the number to be tested.
数値 は、評価する数字です。(par_id3153315.240)

Example
(hd_id3143274.241)

=ISODD_ADD(5) returns 1.
=ISODD_ADD(5) は、1 を返します。(par_id3154793.242)

(/section: isodd_add) (section: isnumber) (bookmark: bm_id3148688)
ISNUMBER function
cell contents;numbers

ISNUMBER 関数
セルの内容;数値
(bookmark: bm_id3149587)

ISNUMBER
ISNUMBER(hd_id3148688.110)

Returns TRUE if the value refers to a number.
この関数は、検査値が数値の場合に TRUE を返します。(par_id3154618.111)

(embed text/shared/00/00000001.xhp#wahr : linkinfo)

If an error occurs, the function returns a logical or numerical value.
エラーが発生すると、関数から論理値または数値が返されます。 (par_id3163714.56)

(/embed text/shared/00/00000001.xhp#wahr)

Syntax
構文(hd_id3152769.112)

ISNUMBER(Value)
ISNUMBER(値)(par_id3150595.113)

Value is any expression to be tested to determine whether it is a number or text.
は、数値またはテキストのどちらであるかを検査する値です。(par_id3150351.114)

Example
(hd_id3146793.115)

=ISNUMBER(C3) returns TRUE if the cell C3 contains the number 4.
セル C3 が数字 4 を含む場合、=ISNUMBER(C3) は TRUE を返します。(par_id3155614.116)

=ISNUMBER(C2) returns FALSE if the cell C2 contains the text abcdef.
セル C2 がテキスト abcdef を含む場合、=ISNUMBER(C2) は FALSE を返します。(par_id3154417.117)

(/section: isnumber) (section: n) (bookmark: bm_id3153694)
N function

N 関数
(bookmark: bm_id3153786)

N
N(hd_id3153694.119)

Returns the numeric value of the given parameter. Returns 0 if parameter is text, FALSE or #NA.
特定のパラメータの数値を返します。パラメータがテキスト、FALSE、または #NA の場合は、0 を返します。(par_id3150405.120)

If an error occurs, other than #NA, the function returns the error value.
#NA 以外のエラーが発生した場合、この関数はエラー値を返します。(par_id9115573.)

Syntax
構文(hd_id3145774.121)

N(Value)
N(値)(par_id3153883.122)

Value is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text and errors as 0.
は、数値に変換するパラメータです。N() は、可能であれば数値を返します。それぞれ 1 と 0 して、論理値 TRUE と FALSE を返します。テキストとエラーは、0 として返します。(par_id3151101.123)

Example
(hd_id3147097.124)

=N(123) returns 123
=N(123) は、123 を返します。(par_id3154117.125)

=N(TRUE) returns 1
=N(TRUE) は、1 を返します。(par_id2337717.)

=N(FALSE) returns 0
=N(FALSE) は、0 を返します。(par_id3153781.126)

=N("abc") returns 0
=N("abc") は、0 を返します。(par_id3154670.243)

=N(1/0) returns #DIV/0!
=N(1/0) は、#DIV/0! を返します。(par_id3519089.)

(/section: n) (section: na) (bookmark: bm_id3156275)
NA function
#N/A error;assigning to a cell

NA 関数
#N/A エラー;セルに割り当てる
(bookmark: bm_id3154569)

NA
NA(hd_id3156275.129)

Returns the error value #N/A.
この関数は、セルにエラー値 #N/A を入力します。(par_id3156161.130)

Syntax
構文(hd_id3147532.131)

NA()
NA()(par_id3149563.132)

Example
(hd_id3155128.133)

=NA() converts the contents of the cell into #N/A.
=NA() は。セルの内容を #N/A に変換します。(par_id3154481.134)

(/section: na) (section: type) (bookmark: bm_id3151255)
TYPE function

TYPE 関数
(bookmark: bm_id3146127)

TYPE
TYPE(hd_id3151255.136)

Returns the type of value.
値のデータ型を返します。(par_id3155900.137)

(embed text/shared/00/00000001.xhp#wahr : linkinfo)

If an error occurs, the function returns a logical or numerical value.
エラーが発生すると、関数から論理値または数値が返されます。 (par_id3163714.56)

(/embed text/shared/00/00000001.xhp#wahr)

Syntax
構文(hd_id3149992.138)

TYPE(Value)
TYPE(値)(par_id3148400.139)

Value is a specific value for which the data type is determined. Value 1 = number, value 2 = text, value 4 = Boolean value, value 8 = formula, value 16 = error value.
は、データ型を検査する値です。返される値は、1 = 数値、2 = テキスト、4 = ブール型、8 = 数式、16 = エラー値です。(par_id3150830.140)

Example (see example table above)
例 (上の表を参照) (hd_id3154363.141)

=TYPE(C2) returns 2 as a result.
=TYPE(C2) は、結果として 2 を返します。(par_id3153357.142)

=TYPE(D9) returns 1 as a result.
=TYPE(D9) は、結果として 1 を返します。(par_id3148980.143)

(/section: type) (section: cell) (bookmark: bm_id3155509)
CELL function
cell information
information on cells

CELL 関数
セル情報
セル上の情報
(bookmark: bm_id3159412)

CELL
CELL(hd_id3155509.154)

Returns information on address, formatting or contents of a cell.
セルのアドレス、書式設定、または内容についての情報を返します。(par_id3153196.155)

Syntax
構文(hd_id3149323.156)

CELL("InfoType"; Reference)
CELL("InfoType"; 参照)(par_id3147355.157)

InfoType is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional.
情報の種類 は、情報の種類を表す文字列です。この文字列は常に英語です。大文字または小文字は任意です。(par_id3154716.158)

InfoType
InfoType(par_id3150636.165)

Meaning
説明(par_id3149344.166)

COL
COL(par_id3153266.167)

Returns the number of the referenced column.
参照列の番号を数で返します。(par_id3156204.168)

=CELL("COL";D2) returns 4.
=CELL("COL";D2) は、4 を返します。(par_id3150094.162)

ROW
ROW(par_id3151276.169)

Returns the number of the referenced row.
参照行の番号を返します。(par_id3147583.170)

=CELL("ROW";D2) returns 2.
=CELL("ROW";D2) は、2 を返します。(par_id3151222.163)

SHEET
SHEET(par_id3159217.171)

Returns the number of the referenced sheet.
参照シートの番号を返します。(par_id3151201.172)

=CELL("Sheet";Sheet3.D2) returns 3.
=CELL("Sheet";Sheet3.D2) は、3 を返します。(par_id3149169.164)

ADDRESS
ADDRESS(par_id3149431.173)

Returns the absolute address of the referenced cell.
参照セルの絶対参照を返します。(par_id3156054.174)

=CELL("ADDRESS";D2) returns $D$2.
=CELL("ADDRESS";D2) は、$D$2 を返します。(par_id3154136.175)

=CELL("ADDRESS";Sheet3.D2) returns $Sheet3.$D$2.
=CELL("ADDRESS";Sheet3.D2) は、$Sheet3.$D$2 を返します。(par_id3159198.176)

=CELL("ADDRESS";'X:\dr\test.sxc'#$Sheet1.D2) returns 'file:///X:/dr/test.sxc'#$Sheet1.$D$2.
=CELL("ADDRESS";'X:\dr\test.sxc'#$Sheet1.D2) は、'file:///X:/dr/test.sxc'#$Sheet1.$D$2 を返します。(par_id3150245.177)

FILENAME
FILENAME(par_id3146811.178)

Returns the file name and the sheet number of the referenced cell.
参照セルのファイル名と表名を返します。(par_id3151328.179)

=CELL("FILENAME";D2) returns 'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document X:\dr\own.sxc is located in Sheet1.
現在のドキュメント X:\dr\own.sxc の数式が Sheet1 にある場合、=CELL("FILENAME";D2) は 'file:///X:/dr/own.sxc'#$Sheet1 を返します。(par_id3148896.180)

=CELL("FILENAME";'X:\dr\test.sxc'#$Sheet1.D2) returns 'file:///X:/dr/test.sxc'#$Sheet1.
=CELL("FILENAME";'X:\dr\test.sxc'#$Sheet1.D2) は、'file:///X:/dr/test.sxc'#$Sheet1 を返します。(par_id3155144.181)

COORD
COORD(par_id3151381.182)

Returns the complete cell address in Lotus(TM) notation.
Lotus(TM)表記でセルの完全な参照を返します。(par_id3151004.183)

=CELL("COORD"; D2) returns $A:$D$2.
=CELL("COORD"; D2) は、$A:$D$2 を返します。(par_id3159104.184)

=CELL("COORD"; Sheet3.D2) returns $C:$D$2.
=CELL("COORD"; Sheet3.D2) は、$C:$D$2 を返します。(par_id3163720.185)

CONTENTS
CONTENTS(par_id3155910.186)

Returns the contents of the referenced cell, without any formatting.
参照セルの内容を書式なしで返します。(par_id3156041.187)

TYPE
TYPE(par_id3151069.188)

Returns the type of cell contents.
セル内容の種類を返します。(par_id3155344.189)

b = blank. empty cell
b = blank. 空白セル(par_id3145217.190)

l = label. Text, result of a formula as text
l = label. 文字列、結果が文字列の数式(par_id3155176.191)

v = value. Value, result of a formula as a number
v = value. 値、結果が数字の数式(par_id3147280.192)

WIDTH
WIDTH(par_id3156348.193)

Returns the width of the referenced column. The unit is the number of zeros (0) that fit into the column in the default text and the default size.
参照列の幅を返します。標準フォントの標準サイズで入力できるゼロ (0) の数で幅を表します。(par_id3154920.194)

PREFIX
PREFIX(par_id3152355.195)

Returns the alignment of the referenced cell.
参照セルの文字配置の種類を返します。(par_id3154230.196)

' = align left or left-justified
' = 左揃えまたは両端揃え(par_id3155946.197)

" = align right
" = 右揃え(par_id3147220.198)

^ = centered
^ = 中央揃え(par_id3149038.199)

\ = repeating (currently inactive)
\ = 繰り返し (現在はオフ) (par_id3153129.200)

PROTECT
PROTECT(par_id3154406.201)

Returns the status of the cell protection for the cell.
セルが保護されているかどうかを返します。(par_id3145127.202)

1 = cell is protected
1 = 保護付きのセル(par_id3155794.203)

0 = cell is not protected
0 = 保護なしのセル(par_id3155072.204)

FORMAT
FORMAT(par_id3156178.205)

Returns a character string that indicates the number format.
数の書式が付いた文字列を返します。(par_id3150220.206)

, = number with thousands separator
, = 三桁区切りつきの数(par_id3153824.207)

F = number without thousands separator
F = 三桁区切りなしの数(par_id3153837.208)

C = currency format
C = 通貨書式(par_id3150318.209)

S = exponential representation, for example, 1.234+E56
S = 指数表示 (例 1.234+E56) (par_id3153168.210)

P = percentage
P = パーセント値(par_id3153515.211)

In the above formats, the number of decimal places after the decimal separator is given as a number. Example: the number format #,##0.0 returns ,1 and the number format 00.000% returns P3
上記書式では、小数点以下の桁数が数字で返されます。例:数の書式 #,##0.0 は ,1 を返し、数の 00.000% は P3 を返します。(par_id3154375.212)

D1 = MMM-D-YY, MM-D-YY and similar formats
D1 = D-MMM-YY, D-MM-YY またはこれに類似する書式(par_id3150575.213)

D2 = DD-MM
D2 = DD-MM(par_id3150589.214)

D3 = MM-YY
D3 = MM-YY(par_id3151034.215)

D4 = DD-MM-YYYY HH:MM:SS
D4 = DD-MM-YYYY HH:MM:SS(par_id3156371.216)

D5 = MM-DD
D5 = MM-DD(par_id3157881.217)

D6 = HH:MM:SS AM/PM
D6 = HH:MM:SS AM/PM(par_id3157894.218)

D7 = HH:MM AM/PM
D7 = HH:MM AM/PM(par_id3154068.219)

D8 = HH:MM:SS
D8 = HH:MM:SS(par_id3150286.220)

D9 = HH:MM
D9 = HH:MM(par_id3145756.221)

G = All other formats
G = その他の書式(par_id3145768.222)

- (Minus) at the end = negative numbers are formatted in color
- (マイナス) 付き = 負の数は色付き表示(par_id3153375.223)

() (brackets) at the end = there is an opening bracket in the format code
() (左右かっこ) 付き = 書式コードに左かっこを含む(par_id3155545.224)

COLOR
COLOR(par_id3154594.225)

Returns 1, if negative values have been formatted in color, otherwise 0.
負の数が色付きに設定されている場合は 1、それ以外は 0 を返します。(par_id3152922.226)

PARENTHESES
PARENTHESES(par_id3145563.227)

Returns 1 if the format code contains an opening bracket (, otherwise 0.
書式コードに左かっこ ( が含まれている場合は 1、それ以外は 0 を返します。(par_id3156072.228)


Reference (list of options) is the position of the cell to be examined. If Reference is a range, the cell moves to the top left of the range. If Reference is missing, Office Calc uses the position of the cell in which this formula is located. Microsoft Excel uses the reference of the cell in which the cursor is positioned.
対象範囲 (オプション) は検査を行うセルの位置です。対象範囲 が範囲の場合は、左上のセル参照を入力します。対象範囲 が空白の場合、Office Calc はこの数式のあるセルを対象とみなします。Microsoft Excel は、カーソルが置かれたセルを対象とみなしています。(par_id3156090.159)

(/section: cell)

(embed text/scalc/01/04060100.xhp#drking : linkinfo)

Calc functions in the OpenOffice.org Wiki
OpenOffice.org Wiki Calc の関数(par_id0902200809540918.)

(/embed text/scalc/01/04060100.xhp#drking)


< Prev / Next >